﻿/* Use this CSS-file to override any styles set by system-default LaserTryk 2021 - Kategori*/

/*Primær: #1a6295*/
/*Sekundær: #009ee2*/

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.woff2') format('woff2'),
         url('opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'open_sansregular';
	background: #fff !important;
}

body.customize-page {
	background: #fff !important;
}

body.customize-page .section-customize {
    position: relative;
    z-index: 1;
	background: #fff !important;
}
body.customize-page .section-products {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
}

.content {
	margin-top: -3px !important;
}

/*#auth {
	display: none;
}*/

.navbar {
	background: transparent;
    border: transparent;
    border-bottom: 0px solid #dcdcdc;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
	height: 70px; /*Ekstra højde i header*/
}

.navbar .container {
    position: relative;
    background: #fff;
	padding: 0px;
}


/*Loginbox*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-bottom: 0px;
	margin-top: 0px;
}*/

.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.0);
}

.panel-login .nav { /*Top af loginbox*/
	font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
    background: transparent;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
}
	.panel-login .nav > li:last-child > a {
		font-family: 'open_sansregular';
		font-weight: 300;
		font-style: normal;
    	border-left: 1px solid #b3b3b3 !important;
		border-right: 1px solid #b3b3b3 !important;
		border-top: 1px solid #b3b3b3 !important;
		border-bottom: 0px solid #b3b3b3 !important;
		border-radius: 0px !important;
    	background-color: #fff;
		color: #333;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
	}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/*Link*/
a {
    color: #333;
	text-decoration: none;
}
a:visited {
    color: #333;
	text-decoration: none;	
}
a:hover {
    color: #333;
	text-decoration: none;	
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: #333;
}

.cart-terms a:link {
	text-decoration: underline;
}
.cart-terms a:visited {
	text-decoration: underline;
}
.cart-terms a:hover {
	text-decoration: none;
}

/*Logo*/
.navbar-brand .logo {
    height: 69px;
    margin-top: 0px;
    margin-left: 0px;
}

/*Menu Top*/
    .navbar .navbar-nav > li > a.navbar-nav-cart {
      background: #1a6295;
      color: white;
      font-weight: 700;
	  border-left: 0px solid #fff;
	  border-right: 0px solid #fff;
	  padding-top: 25px; /*Ekstra højde i header*/
      height: 70px; /*Ekstra højde i header*/
}
      .navbar .navbar-nav > li > a.navbar-nav-cart:hover,
      .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
        background: #009ee2;
		color: #fff !important;
}
      .navbar .navbar-nav > li > a i {
      margin-right: 5px;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: white !important;
    background: #1a6295 !important;
}

  .navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
	  padding-top: 25px; /*Ekstra højde i header*/
}
  .navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #1a6295 !important;
}
.navbar .navbar-nav > .active > a {
    color: #1a6295;
    background: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: transparent;
}


/*Kategori dropdown*/
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { /*Kategori menu*/
    color: #fff;
}
.k-menu .k-item, .k-menu.k-header {
    border-color: #333;
	border-radius: 0px !important;
}
.k-state-active {
    color: #fff !important;
    background: #1a6295 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(99, 99, 99);
}

.k-state-hover { color: white !important;
    background: #009ee2 !important;
}

#impleomenu-cat {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
    background-color: transparent;
    border-width: 0;
    border-radius: 0px;
}

#impleomenu-cat > li > .k-link {
    padding-top: 24px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    background-color: #1a6295;
	height: 31px; /*Ekstra højde på menu*/	
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent!important; 
	color: #333 !important;
    transition: all 0.3s ease; 
}
#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
    color: #333;
}
.k-menu .k-menu-group .k-item>.k-link {
    padding: .28em 1.8em .38em .9em;
    color: #333;
}

.k-animation-container .k-link {
    /*background-color: transparent !important; */
    color: #333;
    transition: all 0.3s ease;
}
.k-animation-container .k-link:hover {
    color: #333;
}
.k-animation-container li.k-state-border-down {
        background-color: #009ee2;
}
.k-animation-container li {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

/*Menu Top mobile*/
/*.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   	border-color: #e7e7e7;
   	padding-left: 140px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   	background-color: transparent;
}*/

/*Breadcrumb*/
.section-breadcrumbs a {
	font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
	color: #fff !important;
    float: left;
    position: relative;
    padding: 0 20px;
    text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
}
.section-breadcrumbs {
	font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
    background: #1a6295;
    padding: 0;
    border-bottom: 0px solid #333;
	border-top: 0px solid #333;
    line-height: 40px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-transform: uppercase;
}

.section-breadcrumbs a:before {
    border-left-color: transparent;
    right: -20px;
}
.section-breadcrumbs a:after {
    border-left-color: transparent;
	right: -19px;
}

.section-products {
    background: transparent;
    border-bottom: 0px solid #ddd;
}


/*Knap*/
.btn-primary {
    background: #1a6295;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}

.btn-primary:visited {
    background: #1a6295;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #009ee2;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}

.dropdown-menu-cart .btn-checkout {
    display: block;
    border-radius: 0 0 0px 0px;
    line-height: 25px;
}

.cart .btn-buy {
    display: block;
    margin: -1px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 30px;
   	font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
	background: #1a6295;
	border: 0px solid #333 !important;
	color: #fff;
}

.cart .btn-buy:hover {
	font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    display: block;
    margin: -1px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 30px;
	background: #009ee2;
	border: 0px solid #333 !important;
	color: #fff;
}


.btn-default {
	background: #1a6295;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}

.btn-default:visited {
    background: #1a6295;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}
  
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
    background: #009ee2;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}

.btn-success {
    background: #1a6295;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}

.btn-success:visited {
    background: #1a6295;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}
  
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
    background: #009ee2;
    border: 0;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'open_sansregular';
    text-decoration: none;
}

.panel-options .btn-success:hover,
.panel-options .btn-success:focus,
.panel-options .btn-success.active {
    background: #1a6295;
	border: 0px solid #333;
	border-radius: 0px !important;
	color: #fff;
	font-weight: normal;
}

.btn-feedback {
	font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
	font-size: 16px !important;
    border-radius: 0;
    background: #1a6295;
    border-color: #000;
	color: #fff !important;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 48px;
    z-index: 9;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 100% 0;
}

.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
	font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
	font-size: 16px !important;
	background: #009ee2;
    border-color: #333;
	border-radius: 0px !important;	
	color: #9cd0f3;
}
.btn-link {
    color: #333;
    text-decoration: none !important;
}


/*Dropdown*/
.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .dropdown-menu > li > a {
    color: #333;
    font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    padding: 10px 15px !important; }
    .dropdown-menu > li > a i {
      margin-right: 8px; }
  .dropdown-menu > li:first-child > a {
    border-radius: 4px 4px 0 0; }
  .dropdown-menu > li:last-child > a {
    border-radius: 0 0 4px 4px; }
  .dropdown-menu-cart {
    min-width: 280px; }


/*Kategori / Produkt top med billede*/
.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  text-align: center; }

.jumbotron h1 {
    color: #fff !important;
    padding-top: 67px;
    font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 17px;
}

  .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding: 110px;
    margin-top: -54px;
	}

@media only screen and (max-width: 480px) {
    .jumbotron-inner {
	height: 200px;
	display: none;
    }
	
}

  .jumbotron-success .jumbotron-inner {
      background-color: rgba(0, 0, 0, 0); }
  .jumbotron-heading {
    margin: 0;
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 300;
    float: left; }
    .jumbotron-heading.text-center {
      float: none; }
  .jumbotron-home .jumbotron-inner {
    padding: 250px 0; }
  .jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 40px !important;
    float: none;
    text-align: center; }
  .jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  @media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
      float: none;
      margin-bottom: 15px; }
    .jumbotron-contentpage .jumbotron-search {
      float: none;
      margin: 0 auto; } }



.jumbotron-search {
    position: relative;
    float: right;
    max-width: 300px;
	display: none;
}

/*Kategori*/
.panel-product-heading {
    font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    height: 35px;
    overflow: hidden;
    margin: 0 0 5px;
    color: #333;
    background: transparent;
}

.panel-product-heading:visited {
	text-decoration: none;
}

.panel-product-heading:hover {
	text-decoration: none;
}
.panel-product-image {
    margin: 0 auto;
    display: block;
    height: 200px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #fff;
	width: auto;
	padding-top: 15px;
    margin-top: 10px;
}
.panel-product {
    transition: all 0.3s ease;
    border-color: #fff;
    box-shadow: none;
    text-decoration: none !important;
    height: 256px;
    overflow: visible;
    display: block;
    background-color: transparent;
    border-radius: 0px;
}
.panel-product .panel-body {
    padding: 0;
    background: #fff;
}

.panel-product-text {
    font-family: 'open_sansregular';
	font-weight: 300;
	font-style: normal;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 17px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    background: transparent;
}

.panel-product .prodlink {
	overflow: hidden;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}

/*Webshop*/
.webshop-product-title {
    font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    padding: 5px 0;
    margin: 0 0 5px;
    font-size: 18px;
    color: #333;
}
div.webshop-product-description a {
	text-decoration: underline !important;
}
div.webshop-product-description a:visited {
	text-decoration: underline !important;
}
div.webshop-product-description a:hover {
	text-decoration: none !important;
}
.section-products-description {
    margin: -10px 0 20px;
    display: none;
}
.webshop-footer-fixed {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 11;
    border-top: 0px solid #d5d7d9;
}

.multibuy .webshop-product-selected {
    background-color: #fff;
}
.multibuy .webshop-product:hover {
    background-color: #fff;
}
.webshop-product-check {
	display: none;
}


/*input[type=checkbox][disabled] {
    cursor: not-allowed;
    display: none;
}*/

.webshop-product-menu .dropdown {
	display: none;
}

/*Kolonne Relateret*/
.col-sm-3 {
    width: 25%;
}
.col-sm-3.col-md-2 {
    width: 33.333%;
}
.col-sm-4.col-md-2 {
    width: 25%;
}

@media only screen and (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}


/*Ikoner*/
.fa-ellipsis-v:before {
    content: "\f142";
    color: #333;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
	color: #fff;
    padding: 10px;
    background-color: #1a6295;
}
.fa-lock:before {
    content: none;
	/*content: "\f023";*/
}
.fa-user:before {
    content: none;
	/*content: "\f007";*/
}
.cart-title .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f1f8" !important;
    color: red !important;
}

.modal .panel .btn-modal-close .fa-times:before {
    content: "\f00d" !important;
    color: #fff !important;
}


/*Priser*/
.webshop-product-price {
    color: #a20e31;
    white-space: nowrap;
}

.panel-options .total-price {
    color: #a20e31;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}
.panel-preview-price {
    color: #a20e31;
}
.cart-price {
    color: #a20e31;
    float: right;
    margin: 0;
}

.modal .panel-heading {
    position: relative;
    padding: 16px 20px;
    padding-right: 50px;
    background-color: #1a6295
}	
	
.modal .panel-title {
    font-weight: bold;
	color: #fff;
    float: left;
}


/*Variabler*/
.btn-block {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-buy:hover {
    color: #fff;
    background-color: #999 !important;
    border-color: #999 !important;
}
.panel-help .panel-heading {
    color: #fff;
    background-color: #dcdcdc !important;
    border-color: #ddd;
}

.panel-heading a:link {
    color: #333 !important;
	text-decoration: underline;
}
.panel-heading a:visited {
    color: #333 !important;
	text-decoration: underline;
}
.panel-heading a:hover {
    color: #333 !important;
	text-decoration: none;
}


.text-muted {
    color: #333;
}
.panel-options .row {
    margin: 0 0px;
}

.webshop-product-details .text-muted {
    color:#333;
}

.checkout-page-content .panel-title {
    font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    color: #333;
}


/*Devider ved variable produkter*/
body.customize-page .section-customize .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-top: 10px;
    font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    padding-left: 0px !important;
    border-radius: 0px;
}
.form-control[disabled] {
    cursor: not-allowed !important;
    background-color: transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    margin-top: 10px !important;
    font-weight: bold !important;
    padding-left: 0px !important;
    border-radius: 0px !important;
}


/*Pop-Up ved køb*/
.text-success { /*Header*/
    color: #00788a !important;
}
.modal .panel-body {
    padding: 16px 20px;
    background-color: #fff;
}
.modal-dialog .section-products-heading {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 20px;
    font-weight: 300;
	color: #333;
}
.modal-dialog .panel-product {
    transition: all 0.3s ease;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    text-decoration: none !important;
    overflow: visible;
    display: block;
    width: 540px;
}
	
.modal-dialog .panel-product-heading {
    font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
	color: #333;
	background-color: #fff;
}	

.modal-dialog .panel-product-text {
	display: none;
}

.modal-dialog .panel-product-image {
    margin: 0 auto;
    display: block;
    height: 20%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #2e2e2e;
    width: 50% !important;
	background: transparent;
}
.modal .panel-title {
    font-family: 'open_sansregular';
	font-weight: 700;
	font-style: normal;
    float: left;
	color: #fff;
}
.modal-addedtocart .panel-footer {
    padding: 16px 20px;
    background: transparent;
    padding-bottom: 24px;
}


/*Profil*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #1a6295;
}
/*#admintab {
    display: none;
}*/


/*Indkøbskurv*/
.cart-details .text-muted {
    color:#333;
}
.cart-other {
    /*display: none;*/
}


/*On screen ordrebekræftelse*/
.text-center {
    text-align: left;
}

.checkout-page-content .text-left {
    text-align: left;
    width: 65%;
}
.checkout-page-content .text-right {
    text-align: right;
    width: 30%;
}
.checkout-page-content td, th {
    padding: 0;
    width: 10%;
}


/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 150px;
height: 150px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 150px;
height: 150px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}
.lds-hourglass {
    width: auto;
    height: auto;
    background-color: transparent;
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    padding: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

.lbtn {
    display: block;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    background: #333;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #aaa;
}


/*Ordrehistorik*/
.panel-accordion .list-group-item {
    background: #ebebeb;

	}


/*Adressefelter i profil*/
#ctl00_MC_PH_lblR_PostAdr,
#ctl00_MC_PH_TBR_PostAdr1,
#ctl00_MC_PH_TBR_PostAdr2,
#ctl00_MC_PH_TBR_PostPostalC,
#ctl00_MC_PH_TBR_PostPostalP,
#ctl00_MC_PH_DDLR_PostCountry {
    display: none;
}


/*Referencefelter - felt skjult, men validering på custom ref*/
/*#ctl00_MC_PH_lbl_Ref {
    display: none;
}
#ctl00_MC_PH_TB_Ref {
    display: none;
}
#ctl00_MC_PH_DDL_Ref {
    display: none;
}
.col-sm-8 {
	float: right;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
	float: right;
}*/


/*Referencefelt i profil*/
#ctl00_MC_PH_lblR_ORef { 
	display: none;
}
#ctl00_MC_PH_TBR_ORef { 
	display: none;
}


/*MedieArkiv*/
.RadTreeView_Bootstrap .rtSelected .rtIn {
    border-color: #333 !important;
	border-radius: 0px !important;
    color: #fff;
    background: #333 !important;
}


/*Footer*/
.footer {
    font-size: 13px;
	color: #fff;
    padding: 0;
	padding-top: 19px;
    background-color: #1a6295;
	border-top: 0px dotted #333;
	text-align: -webkit-center;
}

.footer a {
    color: #fff;
	text-decoration: none;
}
.footer a:visited {
    color: #fff;
	text-decoration: none;	
}
.footer a:hover {
    color: #fff;
	text-decoration: none;	
}

.footer-contact a {
    margin-right: 0px;
}

.footer-links a {
    margin-right: 7px;
}